/* Local demo overrides for part1.
   Keep this file intentionally minimal to avoid accidental layout drift. */

html, body {
  height: 100%;
  overflow: hidden;
}

/* Ensure no pseudo-element "footer" text leaks in from prior overrides/cached CSS. */
body::before,
body::after {
  content: none !important;
}

/* Also hide any footer markup if present for any reason. */
footer,
[role="contentinfo"],
.footer,
.legalFooter,
.footerGroup {
  display: none !important;
}
